reftests: Remove window-show-contents-on-map.ui test
authorJonas Ådahl <jadahl@gmail.com>
Tue, 8 Dec 2020 13:22:59 +0000 (14:22 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Tue, 8 Dec 2020 13:22:59 +0000 (14:22 +0100)
commit074b933ae4e866d092edd734fd43524e39033b5e
treebfe8e33bfcbb79e1cc7ccd5a18b8c10f0bdd17d5
parent7b7f3342d8320d1205ad5da68b4d7efa16f547ab
reftests: Remove window-show-contents-on-map.ui test

It tested that a widget shown after the window was mapped deals with
window resizing appropriately when doing the follow-up allocation. Now,
doing this only allocates both at the same time, as allocation happens
during the frame dispatch.

To do the equivalent now, one would have to write code that shows the
label after the first frame was drawn, and that's not possible via a
reftest, so lets remove it.
testsuite/reftests/meson.build
testsuite/reftests/window-show-contents-on-map.ref.ui [deleted file]
testsuite/reftests/window-show-contents-on-map.ui [deleted file]